:root {
  --color-white: #f3f3f3;
  --color-darkblue: #1b1b32;
  --color-darkblue-alpha: rgba(27, 22, 10, 0.8);
  --color-green: #808080;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body h1 {
  text-align: center;
  margin: auto;
  font-weight: 600;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-white);
  margin: 0;
  background-color: #f3f3f3;
}


body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

h1 {
  font-weight: 400;
  line-height: 1.2;
}

p {
  font-size: 1.125rem;
}

h1,
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

label {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #4b4b4b;
  font-weight: 500;
  padding-left: 8px;
  min-width: 225px;
}

.sec-ew textarea {
  min-height: auto;
  margin-bottom: 10px;
}

.form-group p {
  font-size: 18px;

  color: #061e59;
  font-weight: 500;

}


p.seletc-sl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-group p label {
  padding: 9px;
  border: 1px solid #061e59;
  color: #061e59;
  font-size: 15px;
  padding: 5px 9px;
  /* background: #061e59; */
  border-radius: 6px;
  min-width: 100px;
  /* color: #fff; */
  font-weight: 500;
  margin-bottom: 0;
}

.form-group p.seletc-sl {
  margin-bottom: 20px;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
}

.container {
  width: 100%;
  margin: 3.125rem auto 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 1024px;
  }


}

.header {
  padding: 0 0.625rem;
  margin-bottom: 1.875rem;
}

.description {
  font-style: italic;
  font-weight: 200;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.clue {
  margin-left: 0.25rem;
  font-size: 0.9rem;
  color: #666666;
}

.text-center {
  text-align: center;
}

/* form */
.div-inners {
  background: #fff;
  padding: 0;
  margin-bottom: 40px;
}

.sec-ew hr {
  display: none;
}

form {
  padding: 2.5rem 0.625rem;
  border-radius: 0.25rem;
}

@media (min-width: 480px) {
  form {
    padding: 18px 12px;
  }


}

@media (max-width: 560px) {
  .banner-container {
    padding: 15px 6px !important;
    height: 89px !important;
  }

  .one-section-group.lstda {
    margin-bottom: 0 !important;
  }

  .banner-left {
    width: 60% !important;
    clip-path: polygon(100% 0, 95% 51%, 100% 100%, 0% 100%, 0 49%, 0% 0%) !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  form {
    padding: 0.5rem 0.625rem;
  }

  .one-section-group h3 {
    font-size: 19px !important;
    padding: 9px 12px !important;
    border-left: 5px solid #3177d3 !important;
  }

  body h1 {
    margin: auto;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
  }

  .sec-ew hr {
    display: block;
  }

  .sec-ew label {
    font-size: 17px;
    padding-left: 0;
    margin-bottom: 2px;
    color: #4e4e4e;
  }

  .sec-ew .form-control {
    margin-bottom: 7px !important;
  }

  .form-group p {
    font-size: 17px !important;
  }

  .one-section-group {
    padding: 19px 5px !important;
  }

  label.cutsom-labesl {
    font-size: 17px !important;
    margin-bottom: 2px !important;
  }

  .banner-right {
    padding: 6px 15px !important;
  }

  .input-checkbox {
    margin-right: 6px !important;
    min-height: 17px !important;
    min-width: 17px !important;
  }

  label {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .form-control {
    margin-bottom: 0 !important;
    ;
  }

  .form-group p {
    flex-direction: column;
    display: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .form-group {
    margin-bottom: 8px !important;
  }

  .form-group p label {
    margin-top: 15px;
  }
}

.one-section-group {
  background: #f0f8ff82;
  border-radius: 6px;
  padding: 19px 10px;
  margin-bottom: 35px;
}

.form-group {
  margin: 0 auto 1.25rem auto;
  padding: 0.25rem;
}

label.cutsom-labesl {
  color: #061e59;
  font-weight: 500;
  padding-left: 0;
  font-size: 19px;
}

.one-section-group h3 {
  background: #061e59;
  font-size: 22px;
  font-weight: 400;
  padding: 11px 20px;
  border-left: 8px solid #3177d3;
  margin-bottom: 17px;
  color: #fff;
}

.custom-select {
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  background-size: 16px 16px;
  padding: 8px 30px 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  color: #303030;
  background-color: #fff;
  border: 1px solid #0022768c;
  border-radius: 0.2rgb(138, 138, 138);
  margin-bottom: 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}


.input-checkbox {
  display: inline-block;
  margin-right: 0.625rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
}

.input-textarea {
  min-height: 120px;
  width: 100%;
  padding: 0.625rem;
  resize: vertical;
  color: #303030;
  background-color: #eff4ff91;
  border: 1px solid #002276;
}

.submit-button {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background: #061e59;
  color: inherit;
  border-radius: 2px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.banner {
  display: flex;
  align-items: center;
  color: #000;
}


.banner-left img {
  width: 84%;
}

.banner-left {
  background-color: #061e59;
  padding: 9px 7px;
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0 49%, 0% 0%);
  width: 28%;
  display: flex;
  align-items: center;
}

.banner-right {
  background-color: #002276;
  color: #fff;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 5% 100%, 0 49%, 5% 0);
  width: 69%;
}

.banner-right img {
  height: 30px;
  margin-right: 10px;
}

.banner-container {
  width: 100%;
  padding: 23px 17px;
  display: flex;
  height: 129px;
}


.img-thumbs {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  padding: 0.75rem;
}

.img-thumbs-hidden {
  display: none;
}

.wrapper-thumb {
  position: relative;
  display: inline-block;
  margin: 1rem 0;
  justify-content: space-around;
}

.img-preview-thumb {
  background: #fff;
  border: 1px solid none;
  border-radius: 0.25rem;
  box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
  margin-right: 1rem;
  max-width: 140px;
  padding: 0.25rem;
}

.remove-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  top: -5px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #da0000;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

.remove-btn:hover {
  box-shadow: 0px 0px 3px grey;
  transition: all .3s ease-in-out;
}



.checkbox-label img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  font-size: 16px;
  cursor: pointer;
  width: unset;
  min-width: 226px;
}

.tops {
  margin-top: 18px;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
  color: #353535;
}

.dropzone .dz-message {
  text-align: center;
  margin: 0 !important;
}

.dropzone {
  min-height: 96px !important;
  padding: 10px 20px !important;
}

div#image-wrapper2 {
  /* background: #ffffff; */
  padding: 0px;
  margin-left: 1px;
  margin-right: 1px;
  border-radius: 9px;
}

div#image-wrapper {
  /* background: #ffffff; */
  padding: 0px;
  border-radius: 9px;
  margin-left: 1px;
  margin-right: 1px;
}

.dropzone .dz-preview .dz-remove {
  color: red !important;
}

div#image-wrapper2 img {
  width: 100%;
}

div#image-wrapper img {
  width: 100%;
}

div#image-wrapper .btn-danger {
  width: 100%;
  border-radius: 0;
  font-size: 14px;
}

div#image-wrapper2 .btn-danger {
  width: 100%;
  border-radius: 0;
  font-size: 14px;
}

div#image-wrapper2 .col-md-2 {
  border: 1px solid #adadad;
  padding: 2px;
  border-radius: 5px;
  margin: 0px;
}

div#image-wrapper .col-md-2 {
  border: 1px solid #adadad;
  padding: 2px;
  margin: 0px;
  border-radius: 5px;
}

p#imageError2 {
  font-size: 15px;
  padding-top: 6px;
}

p#imageError {
  font-size: 15px;
  padding-top: 6px;
}

.one-section-group.lstda {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media(max-width:576px) {
  #map {
    height: 230px !important;
    width: 100%;
  }

  .form-group p.seletc-sl {
    margin-bottom: 5px;
  }

  input#contactName1 {
    margin-bottom: 10px !important;
  }

  input#contactPhone1 {
    margin-top: 10px !important;
  }

  input#contactName2 {
    margin-bottom: 10px !important;
  }

  input#contactPhone2 {
    margin-top: 10px !important;
  }

  .form-group p.seletc-sl {
    margin-bottom: 20px;
  }

  div#image-wrapper .col-md-2 {
    width: 32%;
    margin: auto !important;
  }

  div#image-wrapper2 .col-md-2 {
    width: 32%;
    margin: auto !important;
  }

  .form-group p.seletc-sl.topbt {
    margin-bottom: 6px;
  }
}

.form-group p.seletc-sl.topbt {
  margin-bottom: 6px;
}

.welome-image img {
  width: 500px;
  margin: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.login-box h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
}

@media (max-width:768px) {
  .welome-image img {
    width: 100% !important;
  }
}

a.new-id {
  font-size: 16px;
  font-weight: 600;
  color: #061e59;
  padding-left: 9px;
}

.rounded {
  border: 1px solid #ddd;
  border-radius: 10px;
}